regexp/syntax.parser.collapse (method)
5 uses
regexp/syntax (current package)
parse.go#L496: return p.push(p.collapse(subs, OpConcat))
parse.go#L522: return p.push(p.collapse(subs, OpAlternate))
parse.go#L552: func (p *parser) collapse(subs []*Regexp, op Op) *Regexp {
parse.go#L647: suffix := p.collapse(sub[start:i], OpAlternate) // recurse
parse.go#L705: suffix := p.collapse(sub[start:i], OpAlternate) // recurse
|
The pages are generated with Golds v0.6.7. (GOOS=linux GOARCH=amd64)
Golds is a Go 101 project developed by Tapir Liu.
PR and bug reports are welcome and can be submitted to the issue list.
Please follow @Go100and1 (reachable from the left QR code) to get the latest news of Golds. |